HTMLify
style.css
Views: 106 | Author: cody
.container{
display: block;
text-align: center;
}
input{
padding: 20px;
margin: 20px;
border-radius: 7px;
color: blue;
}
input::placeholder{
color: red;
}
*{
font-weight: bold;
letter-spacing: 0.1rem;
}